Use PEConvertVInfotoPFInfo to convert a value contained in PEValueInfo, into the binary representation expected by PESetNthParameterField.
BOOL CRPE_API PEConvertVInfoToPFInfo (
PEValueInfo FAR *valueInfo,
WORD FAR *valueType,
void FAR *value );
Specifies a pointer to PEValueInfo, that contains the value to be converted. | |
Specifies a pointer used to store the value in converted form for use in PESetNthParameterField. |
Declare Function PEConvertVInfoToPFInfo Lib "crpe32.dll" (valueInfo _
As PEValueInfo, ByVal valueType as Integer, ByVal value As Any) As Integer
function PEConvertVInfoToPFInfo (
var valueInfo: PEValueInfo;
var valueType: Word;
value: Pchar
): Bool stdcall;
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |